@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*----------スゴ暖共通style--------------*/
.kanreichi-sponly {
  display: none !important;
}
.kanreichi-contents {
  font-family: 'Noto Sans JP', sans-serif;
  color: #2c1c04;
  line-height: 2.05;
  letter-spacing: 0.12em;
  font-size: 17.5px;
  font-weight: 500;
  font-feature-settings: 'palt';
}
.kanreichi-contents img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* .kanreichi-contents img {
  image-rendering: -webkit-optimize-contrast;
} */
.kanreichi-rapper1216 {
  max-width: 1216px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.kanreichi-rapper1110 {
  max-width: 1110px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.kanreichi-title01 {
  font-size: 36px;
  font-weight: 700;
  border-bottom: solid 2px #d7dbdd;
  line-height: 1.6;
  padding-bottom: 22px;
  margin-bottom: 100px;
}

.kanreichi-ex01 {
  opacity: 0.9;
  font-size: 14px;
  line-height: 1.6;
  text-indent: -14px;
  margin-left: 14px;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.kanreichi-ex02 {
  opacity: 0.9;
  font-size: 14px;
  line-height: 1.6;
  text-indent: -28px;
  margin-left: 28px;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
.kanreichi-sub {
  vertical-align: super;
  font-size: 0.7em;
}

/*----------スゴ暖個別style--------------*/

/*----------KV--------------*/
.kanreichi-kv {
  width: 100%;
  position: relative;
}
.kanreichi-kv > h1 > picture > img {
  width: 100%;
  vertical-align: top;
}

/*----------intro--------------*/
.kanreichi-intro {
  padding: 80px 0 120px;
}
.kanreichi-intro--sp {
  display: none;
}
.kanreichi-intro__inner {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 32%;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kanreichi/images/bg__intro__pc jpg");
  padding: 20px 0 20px 37.5%;
}
.kanreichi-intro__inner.type02 {
  background-image: none;
  max-width: 960px;
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
}
.kanreichi-intro__text {
  font-size: 18.5px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
.kanreichi-intro__img {
  text-align: center;
  margin-bottom: 10px;
}
.kanreichi-intro__movie {
}
.kanreichi-intro__movie iframe[src*='youtube.com'],
.kanreichi-intro__movie iframe[src*='youtube-nocookie.com'] {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

/*----------ページnavi--------------*/
.kanreichi-navi {
  max-width: 918px;
  width: 100%;
  margin: 0 auto 74px;
}
.kanreichi-navi__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.kanreichi-navi__item {
  box-sizing: border-box;
  width: 33.333%;
}
.kanreichi-navi__item:not(:last-child) {
  border-right: solid 1px #d7dbdd;
}

/*----------lineup--------------*/
.kanreichi-lineup {
  background-color: #f5f5f5;
  padding: 70px 0 0;
}
.kanreichi-lineup__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 60px;
}
.kanreichi-lineup__title span {
  font-size: 18px;
  color: #91846f;
  font-weight: 500;
  display: block;
  margin-top: 5px;
}
.kanreichi-lineup__subtitle {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
.kanreichi-lineup__box {
  padding-bottom: 80px;
}
.kanreichi-lineup__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kanreichi-lineup__item {
  margin-bottom: 30px;
  width: 48.7%;
}
.kanreichi-lineup__item.item100 {
  width: 100%;
}
.kanreichi-lineup__link {
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/*----------特長--------------*/
.kanreichi-features {
  padding: 120px 0 0;
}
.features__inner {
  padding-bottom: 70px;
}
.features__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 38px;
}
.features__title .intro {
  color: #eb7814;
  font-weight: inherit;
}
.features-box {
  border: solid 1px #d7dbdd;
  margin-bottom: 40px;
}
.features-box__head {
  background-color: #f0f2f3;
  border-bottom: solid 1px #d7dbdd;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  padding: 22px 5%;
  text-align: center;
}
.features-box__body {
  padding: 50px 4.5%;
}
.features-box__body > p > .strong {
  font-weight: 700;
  color: #eb7814;
}
.features-box__body.center {
  text-align: center;
}
.kanreichi-item-lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.kanreichi-item-lists.lists2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.kanreichi-item-lists.m-none {
  margin-top: 0;
}
.kanreichi-item-lists.flex-center {
  justify-content: center;
}
.kanreichi-item-lists.flex-right {
  justify-content: flex-end;
  margin-bottom: 10px;
}
.kanreichi-item-list {
  max-width: 46px;
}
.kanreichi-item-list:not(:last-child) {
  margin-right: 5px;
}
.features-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.features-column.item-center {
  align-items: center;
}
.features-column.item-bottom {
  align-items: flex-end;
}
.features-column .w50 {
  width: 48.6%;
}
.features-column .w30 {
  width: 33%;
}
.features-column .w70 {
  width: 64%;
}
.features-column .features-box {
  margin: 70px 0 10px;
}
.features-column .features-box .features-box__head {
  font-size: 20px;
  padding: 16px 5%;
}
.features-column .features-box .features-box__head span {
  font-size: 0.65em;
  font-weight: 500;
  letter-spacing: 0;
}
.features-column .features-box .features-box__body {
  font-size: 16.5px;
  padding: 40px 5%;
  line-height: 2;
}
.features-column .features-box .features-box__body .imgbox01 {
  width: 85%;
  margin: 40px auto 31px;
}
.features-column .features-box .features-box__body .imgbox02 {
  width: 79%;
  margin: 0 auto 0;
}
.features-box .box__body-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 30px;
}
.features-box .box__body-title .ex01 {
  display: inline-block;
  letter-spacing: 0;
  font-size: 16.5px;
}
.features-box .box__body-title .ex02 {
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 14px;
}
.features-box .box__body-text {
  line-height: 1.85;
}

.features-special-box {
  text-align: center;
  background-color: #f0f2f3;
  padding: 60px 5%;
}
.special-box__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 45px;
}
.special-box__text {
  font-size: 16.5px;
  margin-bottom: 20px;
}

.special-box__text .kanreichi-ex01 {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.special-box__banner {
  max-width: 580px;
  width: 90%;
  margin: 40px auto 0;
}
.kanki-banner {
  width: 79%;
  margin: 40px auto 0;
}
.box__body-figures {
  border-top: solid 1px #d7dbdd;
  padding: 50px 0 0;
  margin: 50px auto 0;
  max-width: 1100px;
}
.box__body-figures .figures-fast {
  margin-bottom: 60px;
}
/* .box__body-figures img {
  image-rendering: -webkit-optimize-contrast;
} */
.cooling-box .features__title {
  font-size: 32px;
  margin-bottom: 0;
}
.cooling-box__text {
  font-size: 20px;
}
.cooling-box__kv {
  margin: 40px 0;
}
.cooling-figures {
  margin-bottom: 40px;
}
.cooling-figures > div {
  max-width: 998px;
  margin: 0 auto;
}
.kanreichi-ex-list {
  margin-top: 40px;
}
/*----------メリット--------------*/
.kanreichi-merit {
  background-color: #f9f9f9;
  padding: 80px 0 100px;
}
.merit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.merit-list__item {
  width: 31.88%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 35px 29px;
}
.merit-list__title {
  text-align: center;
  font-size: 24.5px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 28px;
}
.merit-list__title span {
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  color: #eb7814;
  font-weight: 700;
}
.merit-list__text {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 20px;
}
.merit-list__text.text02 {
  margin-top: 20px;
  margin-bottom: 0;
}
/* .merit-list__figure {
  padding: 0 5px;
} */
.merit-family {
  margin-bottom: 20px;
}
.merit-family__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
}
.merit-family__slider {
  position: relative;
  padding-bottom: 80px;
}
.merit-family__slider .ac_carousel .slick-dots > li {
  width: 32px;
  height: 4px;
}
.merit-family__slider .ac_carousel .slick-dots {
  margin-top: 60px;
}
.merit-family__slider .slick-arrow {
  position: absolute;
  z-index: 2;
  bottom: -16px;
  width: 58px;
  height: 58px;
  text-indent: 120%;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  background: none;
  border: 0;
}
.merit-family__slider .slick-next,
.merit-family__slider .slick-prev {
  transition: 0.4s;
}
.merit-family__slider .slick-next::after,
.merit-family__slider .slick-prev::after {
  transition: 0.4s;
  position: absolute;
  bottom: 0;
  content: ' ';
  z-index: 3;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kanreichi/images/icon__slider png");
  width: 58px;
  height: 58px;
}
.merit-family__slider .slick-next::after {
  transform: scale(-1, 1);
  right: 0;
}
.merit-family__slider .slick-prev::after {
  left: 0;
}
.merit-family__slider .slick-next {
  right: 0;
}
.merit-family__slider .slick-prev {
  left: 0;
}

.merit-family__slider .slider-item {
  padding: 0 20px;
}
.merit-family__slider a {
  color: #2c1c04;
}
.merit-family__slider a:hover {
  text-decoration: none;
}
.merit-family__slider .imgbox {
  padding-bottom: 20px;
}

.merit-family__slider .textbox {
  padding-right: 60px;
  letter-spacing: 0.05em;
  position: relative;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 30px auto;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kanreichi/images/icon__slider-link png");
}

.merit-family__slider .textbox .maintext {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 10px;
}

.merit-family__slider .textbox .subtext {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.merit-support {
  background-color: #f0f2f3;
  padding: 60px 5% 80px;
}
.merit-support__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 36px;
}
.merit-support__title span {
  font-size: 21px;
  color: #0097e0;
  display: block;
}
.merit-support__copy {
  text-align: center;
  margin: 40px 0 60px;
}
.merit-support__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 66px;
}
.merit-support__item {
  width: 31%;
}
.merit-support__item .imgbox {
  margin-bottom: 20px;
}
.merit-support__item .textbox .list-title {
  font-size: 18.5px;
  font-weight: 700;
}
.merit-support__item .textbox .list-text {
  font-size: 15.5px;
  line-height: 1.75;
}
.merit-support__links {
  text-align: center;
}
.merit-support__link {
  position: relative;
  display: inline-block;
  width: 410px;
  line-height: 1.4;
  font-size: 14.5px;
  font-weight: 700;
  background-color: #fff;
  border: solid 1px #d4e0e5;
  color: #2c1c04;
  padding: 18px 2em;
}
.merit-support__link::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kanreichi/images/icon__link png");
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
}
/*----------Q&A --------------*/
.kanreichi-qa {
  padding: 100px 0;
}
.kanreichi-qa .qa-box {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 0 3.5%;
  margin-bottom: 25px;
}
.kanreichi-qa .q-box,
.kanreichi-qa .a-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.kanreichi-qa .q-box .leftbox,
.kanreichi-qa .a-box .leftbox {
  width: 60px;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.kanreichi-qa .q-box .rightbox,
.kanreichi-qa .a-box .rightbox {
  width: calc(100% - 60px);
}

.kanreichi-qa .q-box {
  cursor: pointer;
}
.kanreichi-qa .a-box {
  padding-bottom: 40px;
}

.kanreichi-qa .q-box .leftbox {
  color: #0097e0;
}
.kanreichi-qa .q-box .rightbox {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 58px auto;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kanreichi/images/icon__acco-open png");
  padding: 48px 0 38px;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 700;
}
.kanreichi-qa .q-box.open .rightbox {
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kanreichi/images/icon__acco-close png");
}
.kanreichi-qa .a-box .leftbox {
  color: #84aec2;
}
.kanreichi-qa .a-box .rightbox {
  background-color: #f0f2f3;
  font-size: 17.5px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 25px 2.5%;
}
.kanreichi-qa .js-accordionInner {
  display: none;
}
.kanreichi-qa .a-box .a-box__link {
  margin: 16px 0;
}
.kanreichi-qa .a-box .a-box__link a {
  color: #0097e0;
  font-size: 16.5px;
  line-height: 1.6;
}
.kanreichi-qa .a-box .kanreichi-ex01 {
  margin-top: 20px;
}
.kanreichi-qa .a-box .kanreichi-ex01.non-top {
  margin-top: 0;
}
.kanreichi-qa .a-box .kanreichi-ex02 {
  margin-bottom: 0;
}

/*----------モーダル設定--------------*/
body:has(.ac_large-contents) .g-modal_pagination {
  opacity: 0;
}
body:has(.ac_large-contents) .g-modal_box {
  border-radius: 0;
}
body:has(.ac_large-contents) .g-modal_body {
  margin-right: 0;
  margin-left: 0;
}
body:has(.ac_large-contents) .g-modal_close {
  width: 58px;
  height: 58px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 58px auto;
  background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kanreichi/images/modal/icon__modal-close png");
}
.kanreichi-modal {
  font-family: 'Noto Sans JP', sans-serif;
  color: #2c1c04;
  line-height: 2.05;
  letter-spacing: 0.12em;
  font-size: 17.5px;
  font-weight: 500;
  font-feature-settings: 'palt';
}
.kanreichi-modal img {
  max-width: 100%;
}
.kanreichi-modal__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.kanreichi-modal__head .leftbox {
  width: 50%;
}
.kanreichi-modal__head .rightbox {
  text-align: center;
  width: 48%;
}
.kanreichi-modal__head .rightbox dl {
}
.kanreichi-modal__head .rightbox dl dt {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
.kanreichi-modal__head .rightbox dl dt span {
  font-size: 0.7em;
  display: block;
  color: #eb7814;
}
.kanreichi-modal__head .rightbox dl dd {
}
.kanreichi-modal__body {
  background-color: #f0f2f3;
  padding: 35px 4%;
  font-size: 16px;
  line-height: 1.925;
}
.kanreichi-modal__textstyle01 {
  border-bottom: solid 1px #d4e0e5;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.kanreichi-modal__textstyle02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.kanreichi-modal__textstyle02 .leftbox {
  width: 58%;
}
.kanreichi-modal__textstyle02 .leftbox .titlebox {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.kanreichi-modal__textstyle02 .rightbox {
  width: 36%;
}
.kanreichi-modal__textstyle02.img-tall .leftbox {
  width: 62%;
}
.kanreichi-modal__textstyle02.img-tall .rightbox {
  width: 26%;
}

/*----------------------------------------------------------------------------------
PCのみ
----------------------------------------------------------------------------------*/
@media screen and (min-width: 1001px) {
  .kanreichi-navi__item a,
  .kanreichi-lineup__link,
  .special-box__banner a,
  .kanki-banner a,
  .merit-family__slider a,
  .merit-support__link,
  .kanreichi-qa .q-box {
    transition: 0.45s;
  }
  .kanreichi-navi__item a:hover,
  .kanreichi-lineup__link:hover,
  .special-box__banner a:hover,
  .kanki-banner a:hover,
  .merit-family__slider a:hover,
  .merit-support__link:hover,
  .kanreichi-qa .q-box:hover {
    opacity: 0.5;
  }
}
/*----------------------------------------------------------------------------------
タブレット・SP
----------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
}
/*----------------------------------------------------------------------------------
タブレット
----------------------------------------------------------------------------------*/
@media screen and (max-width: 999px) and (min-width: 641px) {
}
/*----------------------------------------------------------------------------------
SP
----------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .kanreichi-sponly {
    display: block !important;
  }
  br.kanreichi-sponly {
    display: inline !important;
  }
  .kanreichi-pconly {
    display: none !important;
  }

  /*----------スゴ暖共通style--------------*/
  .kanreichi-contents {
    line-height: 1.85;
    letter-spacing: 0.08em;
    font-size: 13.5px;
  }
  .kanreichi-title01 {
    font-size: 22px;
    padding-bottom: 3vw;
    margin-bottom: 10vw;
  }

  .kanreichi-ex01 {
    font-size: 10px;
    line-height: 1.5;
    text-indent: -10px;
    margin-left: 10px;
    letter-spacing: 0.025em;
  }
  .kanreichi-ex02 {
    font-size: 10px;
    text-indent: -20px;
    margin-left: 20px;
    letter-spacing: 0.025em;
    margin-bottom: 1em;
  }
  .kanreichi-sub {
    vertical-align: super;
    font-size: 0.7em;
  }

  /*----------スゴ暖個別style--------------*/

  /*----------intro--------------*/
  .kanreichi-intro {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    background-image: url("/-/media/Project/Daikin/ac_daikin_co_jp/kanreichi/images/bg__intro__sp jpg");
    padding: 52vw 0 10vw;
  }
  .kanreichi-intro.type02 {
    background-image: none;
    padding: 0 0 10vw;
  }
  .kanreichi-intro--sp {
    display: none;
  }
  .kanreichi-intro__inner {
    background: none;
    padding: 0;
  }
  .kanreichi-intro__text {
    font-size: 14.25px;
    text-align: left;
    margin-bottom: 6vw;
  }
  .kanreichi-intro__img {
    margin-bottom: 2vw;
  }

  /*----------ページnavi--------------*/
  .kanreichi-navi {
    margin: 0 auto 10vw;
  }
  /*----------lineup--------------*/
  .kanreichi-lineup {
    background-color: #f5f5f5;
    padding: 10vw 0 0;
  }
  .kanreichi-lineup__title {
    font-size: 22px;
    margin-bottom: 8vw;
  }
  .kanreichi-lineup__title span {
    font-size: 14px;
    margin-top: 0.85vw;
  }
  .kanreichi-lineup__subtitle {
    font-size: 15.5px;
    margin-bottom: 3vw;
  }
  .kanreichi-lineup__box {
    padding-bottom: 10vw;
  }
  .kanreichi-lineup__items {
    display: block;
  }
  .kanreichi-lineup__item {
    margin-bottom: 5vw;
    width: 100%;
  }

  /*----------特長--------------*/
  .kanreichi-features {
    padding: 10vw 0 0;
  }
  .features__inner {
    padding-bottom: 12vw;
  }
  .features__title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 8vw;
  }
  .features__title .intro {
    display: block;
    line-height: 1.4;
  }
  .features-box {
    margin-bottom: 6vw;
  }
  .features-box__head {
    font-size: 16px;
    padding: 3.5vw 5%;
    text-align: left;
  }
  .features-box__body {
    padding: 5vw 5%;
  }
  .features-box__body.center {
    text-align: left;
  }
  .kanreichi-item-lists,
  .kanreichi-item-lists.m-none {
    margin-top: 4vw;
  }
  .kanreichi-item-lists.flex-center,
  .kanreichi-item-lists.flex-right {
    justify-content: flex-start;
  }
  .kanreichi-item-list {
    max-width: 35px;
  }
  .kanreichi-item-list:not(:last-child) {
    margin-right: 3px;
  }
  .features-column {
    display: block;
  }
  .features-column.item-center {
    align-items: flex-start;
  }
  .features-column.item-bottom {
    align-items: flex-end;
  }
  .features-column .w50 {
    width: 100%;
  }
  .features-column .w30 {
    width: 100%;
  }
  .features-column .w70 {
    width: 100%;
    margin-top: 4vw;
  }
  .features-column .features-box {
    margin: 6vw 0 2vw;
  }
  .features-column .features-box .features-box__head {
    font-size: 14.5px;
    padding: 2.5vw 5%;
  }
  .features-column .features-box .features-box__head span {
    display: block;
    font-size: 0.75em;
  }
  .features-column .features-box .features-box__body {
    font-size: 13.5px;
    padding: 4vw 5.5%;
    line-height: 1.8;
  }
  .features-column .features-box .features-box__body .imgbox01 {
    width: 100%;
    margin: 4vw auto;
  }
  .features-column .features-box .features-box__body .imgbox02 {
    width: 94%;
    margin: 4vw auto 2vw;
  }
  .features-box .box__body-title {
    font-size: 18.5px;
    font-weight: 700;
    margin-bottom: 3.25vw;
    line-height: 1.4;
  }
  .features-box .box__body-title .ex01 {
    font-size: 13px;
  }
  .features-box .box__body-title .ex02 {
    display: inline-block;
    font-size: 10.5px;
    line-height: 1.2;
  }
  .features-box .box__body-text {
    line-height: 1.75;
  }

  .features-special-box {
    padding: 7vw 5.5%;
  }
  .special-box__title {
    font-size: 15.5px;
    margin-bottom: 5vw;
  }
  .special-box__text {
    text-align: left;
    font-size: 14px;
    margin-bottom: 4vw;
  }

  .special-box__text .kanreichi-ex01 {
    margin-top: 0;
    text-align: left;
  }
  .special-box__banner {
    width: 100%;
    margin: 6vw auto 0;
  }
  .kanki-banner {
    width: 90%;
    margin: 5vw auto 0;
  }
  .box__body-figures {
    padding: 7vw 0 0;
    margin: 7vw auto 0;
  }
  .box__body-figures .figures-fast {
    margin-bottom: 6vw;
  }
  .cooling-box .features__title {
    font-size: 20px;
  }
  .cooling-box__text {
    font-size: 14px;
    letter-spacing: 0.045em;
  }
  .cooling-box__kv {
    margin: 5vw 0;
  }
  .cooling-figures {
    margin-bottom: 3.5vw;
  }
  .kanreichi-ex-list {
    margin-top: 4.5vw;
  }
  /*----------メリット--------------*/
  .kanreichi-merit {
    padding: 10vw 0 8vw;
  }
  .merit-list {
    display: block;
    margin-bottom: 14vw;
  }
  .merit-list__item {
    width: 94%;
    margin: 0 auto 6vw;
    padding: 6vw 5.5%;
  }
  .merit-list__title {
    font-size: 20px;
    margin-bottom: 6vw;
  }
  .merit-list__title span {
    font-size: 13.5px;
  }
  .merit-list__text {
    font-size: 13.25px;
    letter-spacing: 0.06em;
    line-height: 1.65;
    margin-bottom: 4vw;
  }
  .merit-list__text.text02 {
    margin-top: 4vw;
  }
  .merit-family {
    margin-bottom: 12vw;
  }
  .merit-family__title {
    font-size: 20px;
    margin-bottom: 7vw;
  }
  .merit-family__slider {
    position: relative;
    padding-bottom: 0;
  }
  .merit-family__slider .ac_carousel .slick-dots > li {
    width: 20px;
    height: 2px;
  }
  .merit-family__slider .ac_carousel .slick-dots {
    margin-top: 6vw;
  }
  .merit-family__slider .slick-arrow {
    top: 8.5vw;
    bottom: auto;
    width: 37px;
    height: 37px;
  }
  .merit-family__slider .slick-next::after,
  .merit-family__slider .slick-prev::after {
    bottom: auto;
    width: 37px;
    height: 37px;
    top: 0;
  }
  .merit-family__slider .slick-next::after {
    right: -5%;
  }
  .merit-family__slider .slick-prev::after {
    left: -5%;
  }
  .merit-family__slider .slick-next {
    right: -5%;
  }
  .merit-family__slider .slick-prev {
    left: -5%;
  }

  .merit-family__slider .slider-item {
    padding: 0 1.5vw;
  }
  .merit-family__slider .imgbox {
    padding-bottom: 3vw;
  }

  .merit-family__slider .textbox {
    padding-right: 24px;
    letter-spacing: 0;
    background-size: 18px auto;
  }

  .merit-family__slider .textbox .maintext {
    font-size: 14px;
    line-height: 1.48;
    padding-bottom: 1.5vw;
  }

  .merit-family__slider .textbox .subtext {
    font-size: 12.5px;
    line-height: 1.6;
  }

  .merit-support {
    padding: 7vw 6% 4vw;
  }
  .merit-support__title {
    font-size: 19px;
    margin-bottom: 5vw;
  }
  .merit-support__title span {
    font-size: 14px;
  }
  .merit-support__copy {
    text-align: left;
    margin: 4vw 0 6vw;
    line-height: 1.7;
  }
  .merit-support__list {
    margin-bottom: 0;
  }
  .merit-support__item {
    width: 47%;
    margin-bottom: 7vw;
  }
  .merit-support__item .imgbox {
    margin-bottom: 2vw;
  }
  .merit-support__item .textbox .list-title {
    font-size: 14.5px;
    font-weight: 700;
  }
  .merit-support__item .textbox .list-text {
    font-size: 12.75px;
    line-height: 1.5;
  }
  .merit-support__link {
    width: 100%;
    text-align: left;
    font-size: 13px;
    background-color: #fff;
    border: solid 1px #d4e0e5;
    color: #2c1c04;
    padding: 3.75vw 1.5em;
  }
  .merit-support__link::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 10px;
    right: 4vw;
    margin-top: -5px;
  }
  /*----------Q&A --------------*/
  .kanreichi-qa {
    padding: 10vw 0 4vw;
  }
  .kanreichi-qa .qa-box {
    padding: 0 3.5% 0 5%;
    margin-bottom: 4vw;
  }
  .kanreichi-qa .q-box .leftbox,
  .kanreichi-qa .a-box .leftbox {
    width: 35px;
    font-size: 20px;
  }
  .kanreichi-qa .a-box .leftbox {
    padding-left: 2px;
    margin-bottom: 2vw;
  }
  .kanreichi-qa .q-box .rightbox {
    width: calc(100% - 35px);
  }
  .kanreichi-qa .a-box .rightbox {
    width: 100%;
  }

  .kanreichi-qa .q-box {
    cursor: pointer;
  }
  .kanreichi-qa .a-box {
    padding-bottom: 5vw;
  }

  .kanreichi-qa .q-box .rightbox {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 27px auto;
    padding: 4vw 40px 4vw 0;
    font-size: 14.25px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
  .kanreichi-qa .a-box .rightbox {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 5vw 5%;
  }
  .kanreichi-qa .a-box .a-box__link {
    margin: 3vw 0;
  }
  .kanreichi-qa .a-box .a-box__link a {
    font-size: 12.5px;
    line-height: 1.5;
  }
  .kanreichi-qa .a-box .kanreichi-ex01 {
    margin-top: 3vw;
  }
  /*----------モーダル設定--------------*/
  body:has(.ac_large-contents) .g-modal_close {
    width: 42px;
    height: 42px;
    background-size: 42px auto;
    top: 0;
    right: 0;
  }
  .kanreichi-modal__head {
    display: block;
    margin-bottom: 6vw;
  }
  .kanreichi-modal__head .leftbox {
    width: 100%;
    margin-bottom: 6vw;
  }
  .kanreichi-modal__head .rightbox {
    width: 100%;
  }
  .kanreichi-modal__head .rightbox dl dt {
    font-size: 19px;
    margin-bottom: 4vw;
  }
  .kanreichi-modal__head .rightbox dl dd {
    font-size: 14px;
  }
  .kanreichi-modal__body {
    background-color: #f0f2f3;
    padding: 6vw 6%;
    font-size: 14px;
    line-height: 1.65;
  }
  .kanreichi-modal__textstyle01 {
    padding-bottom: 6vw;
    margin-bottom: 6vw;
  }
  .kanreichi-modal__textstyle02 {
    display: block;
  }
  .kanreichi-modal__textstyle02 .leftbox {
    width: 100%;
  }
  .kanreichi-modal__textstyle02 .leftbox .titlebox {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4vw;
  }

  .kanreichi-modal__textstyle02 .rightbox {
    margin: 4vw auto 0;
    width: 80%;
  }
  .kanreichi-modal__textstyle02.img-tall .leftbox {
    width: 100%;
  }
  .kanreichi-modal__textstyle02.img-tall .rightbox {
    width: 60%;
  }
}
